home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
Shell
< prev
next >
Wrap
Text File
|
1996-04-11
|
2KB
|
100 lines
PROCshell_Init
=> None
--------------------------------------------------------
PROCshell_ResourcesInit
=> None
Loads window templates, sprites, menus and message files.
This PROC must be called early in the program, i.e before
the wimp poll loop starts.
--------------------------------------------------------
FNshell_WimpInit()
=> int version number
str task name
Not used in EvntShell library - use FNshell_WimpInit_I
instead.
--------------------------------------------------------
FNshell_WimpInit_I()
=> int version number
str task name
Also initialises Interface module.
--------------------------------------------------------
FNshell_GetAppName
=> None
<= str name of application (actually the
'leaf' name of the application
directory minus the '!')
--------------------------------------------------------
FNshell_GetAppDir
=> None
<= str full path name of the application
directory
--------------------------------------------------------
FNshell_GetAppDataDir
=> None
<= str full path name of the application
data file directory
--------------------------------------------------------
PROCshell_InitHelpSystem()
=> str path name of help files
bool DieWithTask flag
Used to register a new help system with StrongHlp.
After making this call StrongHlp will add the help
system found in the given path to its icon bar menu.
DieWithTask Flag
When TRUE the help system will only be added to
the StrongHlp icon bar menu while the user
application is actually running. When FALSE it
is removed when the application quits.
--------------------------------------------------------
PROCshell_HelpWord()
=> str word for which help is to be displayed
Used to send a help request to StrongHlp. If the word
is found in the help system the appropriate help text
will be displayed.
--------------------------------------------------------
FNshell_LibraryVersion
=> None
<= int library version * 100 i.e version 1.02
returns 102
--------------------------------------------------------
FNshell_InstallLib()
=> str pathname of library file
<= int junk
Installs the specified library file and calls
an initialisation function which must be called
FN_shell_<Lib file leaf name>_Init. This call is
no longer supported.
--------------------------------------------------------